@import url('https://fonts.googleapis.com/css?family=Cormorant+SC');

/* ---------------------------
base 
----------------------------*/

html,STOP
body
{
	height: 100%;
	background-color: #455856;
	background-repeat: repeat;
}

body


/* cormorant-sc-300 - latin */
@font-face {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Cor/cormorant-sc-v3-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Cormorant SC Light'), local('CormorantSC-Light'),
       url('../fonts/Cor/cormorant-sc-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cor/cormorant-sc-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cor/cormorant-sc-v3-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Cor/cormorant-sc-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cor/cormorant-sc-v3-latin-300.svg#CormorantSC') format('svg'); /* Legacy iOS */
}

/* cormorant-infant-300italic - latin */
@font-face {
  font-family: 'Cormorant Infant Italic';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/Cor/cormorant-infant-v3-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Cormorant Infant Light Italic'), local('CormorantInfant-LightItalic'),
       url('../fonts/Cor/cormorant-infant-v3-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cor/cormorant-infant-v3-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cor/cormorant-infant-v3-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Cor/cormorant-infant-v3-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cor/cormorant-infant-v3-latin-300italic.svg#CormorantInfant') format('svg'); /* Legacy iOS */
}

/* cormorant-infant-300 - latin */
@font-face {
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Cor/cormorant-infant-v3-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Cormorant Infant Light'), local('CormorantInfant-Light'),
       url('../fonts/Cor/cormorant-infant-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cor/cormorant-infant-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cor/cormorant-infant-v3-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Cor/cormorant-infant-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cor/cormorant-infant-v3-latin-300.svg#CormorantInfant') format('svg'); /* Legacy iOS */
}


h1
{
	font-weight: normal;
	font-size: 5em;
	margin: 0em;
}


h2
{
	font-weight: normal;
	font-size: 1.8em;
	margin: 0em;
}

h3
{
	font-weight: normal;
	font-size: 1.2em;
	margin: 0em;
}

h4
{
  font-weight: normal;
  font-size: 1.2em;
  margin: 0em;
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal;
}


h5
{

}

h6
{

}


img
{
  
}


a {
	text-decoration: none;
	font-weight: 400;
}

a:focus img {background: none; text-decoration: none; }
a:hover img {background: none; }
a:active img {background: none; }
blockquote {margin: 0; }

/* ---------------------------
Noselect 
----------------------------*/


/* ---------------------------
wide 
----------------------------*/

@media (min-width: 299px)
{
	body
	{
		font-size: 1.125em;
		/* 18px/16px*/
	}
}